public void setPosition( long value ) |
Parameters
- value
- The current position within the stream.
| Exception | Description |
|---|---|
| com.o2sol.pdf4java.core.exceptions.PDFIOException | When the stream is closed. |
| java.lang.IllegalArgumentException | When value is negative. |